Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
Delphi
1) .NET
2) Activex OLE
3) ADO Database
4) Algorithm Math
5) API
6) COM
7) Compiler Directives
8) Constants
9) Examples
10) Files
11) Forms
12) Forum
13) Functions
14) Games
15) Graphic
16) Hardware
17) Ide Indy
18) Keywords
19) LAN Web TCP
20) Multimedia
21) OOP
22) Printing
23) Procedures
24) String
25) Strings
26) System
27) Types
28) Variables
29) VCL
30) XML
Variables
1) Abstracterrorproc - defines a proc called when an abstract method is called
2) Cmdline - holds the execution text used to start the current program
3) Currencydecimals - defines decimal digit count in the format function
4) Currencyformat - defines currency string placement in curr display functions
5) Currencystring - the currency string used in currency display functions
6) Dateseparator - the character used to separate display date fields
7) Decimalseparator - the character used to display the decimal point
8) Erroraddr - sets the error address when an application terminates
9) Exitcode - sets the return code when an application terminates
10) Filemode - defines how reset opens a binary file
11) Input - defines the standard input text file
12) Longdateformat - long version of the date to string format
13) Longdaynames - an array of days of the week names, starting 1 = sunday
14) Longmonthnames - an array of days of the month names, starting 1 = january
15) Longtimeformat - long version of the time to string format
16) Negcurrformat - defines negative amount formatting in currency displays
17) Null - a variable that has no value
18) Output - defines the standard output text file
19) Randseed - reposition the random number generator next value
20) Result - a variable used to hold the return value from a function
21) Self - hidden parameter to a method - refers to the containing object
22) Shortdateformat - compact version of the date to string format
23) Shortdaynames - an array of days of the week names, starting 1 = sunday
24) Shortmonthnames - an array of days of the month names, starting 1 = jan
25) Shorttimeformat - short version of the time to string format
26) Tconvfamily - defines a family of measurement types as used by convert
27) Thousandseparator - the character used to display the thousands separator
28) Timeamstring - determines am value in datetimetostring
29) Timepmstring - determines pm value in datetimetostring
30) Timeseparator - the character used to separate display time fields
31) Twodigityearcenturywindow - sets the century threshold for 2 digit year string conversions